'宣言 Public Overloads Shared Function AsDataCollection(Of T As Class)( _ ByVal source As System.Collections.Generic.IEnumerable(Of T) _ ) As IDataCollection(Of T)
public static IDataCollection<T> AsDataCollection<T>( System.Collections.Generic.IEnumerable<T> source ) where T: class
パラメータ
- source
- The source of the data collection.
型パラメータ
- T
- The type of the data collection.